Adapting to jenkinsci/jenkins#7028#135
Merged
pjdarton merged 1 commit intojenkinsci:masterfrom Mar 22, 2023
Merged
Conversation
MarkEWaite
added a commit
to jenkinsci/job-dsl-plugin
that referenced
this pull request
Mar 23, 2026
MarkEWaite
added a commit
to jenkinsci/job-dsl-plugin
that referenced
this pull request
Mar 23, 2026
…b_5068c (#2579) * Bump org.jenkins-ci.plugins:vsphere-cloud Bumps [org.jenkins-ci.plugins:vsphere-cloud](https://github.com/jenkinsci/vsphere-cloud-plugin) from 2.27 to 3.512.vfb_0824b_5068c. - [Release notes](https://github.com/jenkinsci/vsphere-cloud-plugin/releases) - [Changelog](https://github.com/jenkinsci/vsphere-cloud-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/vsphere-cloud-plugin/commits) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:vsphere-cloud dependency-version: 3.512.vfb_0824b_5068c dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove exclusion of log4j jenkinsci/vsphere-cloud-plugin#135 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As of jenkinsci/jenkins#7028 Jenkins core no longer has a managed, provided dependency on Log4j 1.x, but it delivers the same classes on the runtime classpath via
log4j-over-slf4j. As such, this PR is needed to ensure that this plugin does not start bundling Log4j 1.x when its baseline is upgraded to one that includes jenkinsci/jenkins#7028. (Bundling Log4j 1.x would not be disastrous, but the plugin's copy would not be used because core's copy would take precedence.)CC @pjdarton